Welcome![Sign In][Sign Up]
Location:
Search - PIC I2C

Search list

[SCMbcq

Description: 这里介绍的一款多功能编程器,功能强大,支持大多数常用的EPROM, EEPROM, FLASH, I2C,PIC, MCS-51,AVR, 93Cxx等系列芯片(超过400种)。硬件成本较低,性价比很高。-Here to introduce a multi-function programmer of the powerful to support the most commonly used in EPROM, EEPROM, FLASH, I2C, PIC, MCS-51, AVR, 93Cxx series of chips (more than 400 kinds). Hardware cost is lower, the high cost.
Platform: | Size: 7489536 | Author: usbusb01 | Hits:

[assembly languagePIC16F877A_I2C

Description: PIC16F877A 中断实现I2C程序
Platform: | Size: 2048 | Author: 王小娟 | Hits:

[SCMI2CFM3130

Description: 用单片机的I/O口模拟I2C协议 I2C用IO模拟程序网上范例最多的就是51的程序了,这些范例的正确性无需怀疑.但是如果直接以它为蓝本将它"AVR化",一不留神,就会有点问题了. 这要从I2C的硬件规范和AVR及51单片机的IO口说起.I2C要求SCL,SDA二线都有 线与 功能,即I2C驱动口应该是 漏极开路 电路,其高电平的维持是靠上拉电阻来实现的, 而低电平则需要驱动口的强下拉能力. 51单片机IO口正好完全符合这个特性.写起I2C驱动颇为得心应手.但是AVR的IO口强大了,它输出的高电平是实实在在的高电平,而不是靠什么上拉电阻来提供,只有10mA都不到的电流!于是如果直接使用 PORTB_Bit0 = 1这样的操作,就不能满足I2C的线与功能了,如果此时有别的设备要将SCL或者SDA拉低,那么结果就是二个IO口打架,谁赢谁输不得而知,时间长了,多半是两败俱伤,芯片发热吧. 当然AVR的IO口自然有办法满足I2C的电气特性要求,不就是不能输出1么,那么用它的高阻状态即可(DDRB_Bit0=0,PORTB_Bit0=0即可),要输出0么(DDRB_Bit0=1,PORTB_Bit0=0).
Platform: | Size: 1576960 | Author: sanke | Hits:

[SCMPIC

Description: PIC16F887底层驱动(C语言),自己写的-PIC16F887 bottom drive (C language), wrote it myself
Platform: | Size: 47104 | Author: cbn | Hits:

[SCMqcyk

Description: 用于汽车遥控的Ev1527的pic单片机软件接收解码程序,密码采用I2C总线方式存在EEPROM中-Remote control for automotive Ev1527 the pic Singlechip software decoder to receive the procedure, the password using I2C bus EEPROM in existence
Platform: | Size: 3072 | Author: 谭儆轩 | Hits:

[SCMi2c_pic_right

Description: ///*** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->18 Pin.(当然你可以任意选择脚位) //3, PORTB----->数码管的段输出 //4, RD4,RD5,RC6,RC7------->数码管的位输出(数码管为共阴极) -///*******************// A description of the procedures:// 1, 24LC02 device address is 1010000R/W.// 2, write an array to take 24LC02 page write mode.// 3, the array read out the code from the 24LC02 to take a free read.// 4, using 4.00M crystal.// 5, using software I2C.// Second, the hardware to connect:// 1, SDA-------> 23 pin. (Of course, you can choose to pin)// 2, SCL-------> 18 Pin. (Of course You can choose pin)// 3, PORTB-----> digital tube output segment// 4, RD4, RD5, RC6, RC7-------> digital pipe-bit output (digital tube for a total of cathode)
Platform: | Size: 2048 | Author: lm | Hits:

[SCMPIC_PCF8583

Description: PIC单片机I2C接口(硬件模块和软件模拟)PCF8583实例-PIC_PCF8583
Platform: | Size: 60416 | Author: 张龙 | Hits:

[Energy industryi2ctestmaster

Description: pic单片机作为I2C从机的通讯程序,c语言实现,包括串口通讯,AD检测,定时器应用等,是检测电力应用中CT的源码-Single-chip I2C as a pic of the communication process from the machine, c language, including serial communication, AD detection, timer application, the application of testing the power of the source CT
Platform: | Size: 4096 | Author: chaodong | Hits:

[SCM24c02

Description: pic单片机+proteus 仿真 24c02eeprom存储试验-pic+proteus simulate eeprom 24c02
Platform: | Size: 23552 | Author: zhongwei | Hits:

[Other Embeded programDS1307

Description: example of source code of handling Ds1307 i2c real time clock using pic micro controllers in mikro C-basic-pascal
Platform: | Size: 58368 | Author: gem | Hits:

[Embeded-SCM DevelopI2C

Description: Microchip I2C通信接口模块代码,涵盖几乎所有PIC单片机,它们已经成为一个模板,你只需要稍加修改,就可以直接在自己的嵌入式控制中使用它们,而用不着花大量时间去阅读期间文档,摸索芯片的I2C接口特点。该文件包软件代码已经严格测试过,可以放心使用,更改。-Microchip I2C codes template. It can help you to quickly development I2C module in different PICchips.you dno t have to spend lots of time on reading docs. These templates can help you quickly finish I2C module development and no errors.
Platform: | Size: 115712 | Author: Create | Hits:

[Program docADC

Description: Timer,内部定时器,有Timer0、Timer1、Timer2等。 USART:Universal Synchronous Asynchronous Receiver Transmitter,同步/异步串行传输,如RS232、RS485等。 MSSP;Master Synchronous Serial Port,两线式(I2C)与三线式(SPI)标准同步串行传输协定,常用于EEPROM内存资料的烧录与读取,或是与其它集成电路沟通与联系,形成多芯片网络。 2. PIC16F877基本电路 2.1 PIC振荡频率电路
Platform: | Size: 16384 | Author: xinyujun | Hits:

[SCMmain

Description: PIC 16F877硬件I2C读写AT24C04程序
Platform: | Size: 1024 | Author: 万平 | Hits:

[SCM8051_PICcodes

Description: codes below are usefull codes for using peripherals with popular microcontrollers ADC test code for PIC 18f452 on chip ADC, connect a pot or any analog source and test the functionality of On chip ADC LCD INterface code for 18f452 RTC DS1307 code for PIC 18f452 I2C code for 8051 based uc or PIC platform can be used to many uCs RTC DS1307 code for 8051 uc
Platform: | Size: 5120 | Author: dilip | Hits:

[SCMi2c_8051_PIC

Description: i2c code for 8051 or pic controllers
Platform: | Size: 1024 | Author: dilip | Hits:

[SCMRTC_I2C

Description: I2C总线驱动、实时钟芯片PCF8563应用程序CPU :PIC16F877A Function :以I2C总线方式向PCF8563芯片写入初值,以BCD码方式存储,以字符方式串口显示 。调试通过。-I2C-bus driver, real-time clock chip PCF8563 Application CPU: PIC16F877A Function: to I2C-bus PCF8563 chip manner to write the initial value to BCD code stored in order to character mode serial display. Debugging through.
Platform: | Size: 39936 | Author: mikco | Hits:

[assembly languageEEPROM

Description: 此程序由PIC系列单片机的汇编语言编写,有详细文档说明,只需要将个别寄存器做些修改即可用于你的程序中,适用于PIC单片机读写I2C接口的EEPROM,如24CXX、24LCXX系列的芯片-PIC MCU asm soure code to read and write eeprom,24cxx\24lcxx .
Platform: | Size: 3072 | Author: gxl | Hits:

[Other Embeded programDimmer_PICC

Description: 基于PIC单片机,DMX512协议的LED控制器程序,包含多种花样转换、I2C操作、串口通信等-Based on PIC microcontrollers, DMX512 protocol LED controller program includes a variety of pattern conversion, I2C operation, serial port communication
Platform: | Size: 99328 | Author: jj | Hits:

[Other Embeded programpic

Description: C program test tool for spi i2c pc based
Platform: | Size: 32768 | Author: nands | Hits:

[Software Engineeringi2c_test

Description: 单片机IO口模拟I2C总线访问EEPROM,内有protues仿真文件。-Microcontroller IO port analog I2C bus access to EEPROM, there protues simulation files.
Platform: | Size: 55296 | Author: rxgzclb | Hits:
« 1 2 3 4 56 7 8 9 10 11 12 »

CodeBus www.codebus.net